←Select platform

GetSeriesEntity(Dictionary<long,object>) Method

Summary

Returns an instance of the Series Entity class that is associated with the Series Table ICatalogEntity using a dictionary of DicomTag and values.

Syntax
C#
VB
C++
public static ICatalogEntity GetSeriesEntity( 
   Dictionary<long, object> values 
) 
Public Shared Function GetSeriesEntity( 
   ByVal values As Dictionary(Of Long, Object) 
) As ICatalogEntity 
public:  
   static ICatalogEntity^ GetSeriesEntity( 
      Dictionary<Int64, Object^>^ values 
   ) 

Parameters

values

A System.Dictionary of key-value pairs, where the key is a DicomTag, and the value is an object representing the value of the DicomTag.

Return Value

An instance of the Series Entity class that is associated with the Series TableICatalogEntity

Remarks

For more information, refer to AddItem and LEAD Medical Storage Server Custom Database.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.